Click or drag to resize

UserConfigurationName Class

Represents the name of a user configuration object. The user configuration object name is the identifier for a user configuration object.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeUserConfigurationName

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class UserConfigurationName

The UserConfigurationName type exposes the following members.

Constructors
  NameDescription
Public methodUserConfigurationName
Initializes a new instance of the UserConfigurationName class.
Public methodUserConfigurationName(String, FolderId)
Initializes a new instance of the UserConfigurationName class.
Top
Properties
  NameDescription
Public propertyFolderId
Represents the folder identifier of the folder that contains the user configuration object.
Public propertyName
Represents a distinguished folder name of the folder that contains the user configuration object.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also